Welcome![Sign In][Sign Up]
Location:
Search - vrp ant

Search list

[JSPAnt大全

Description: java ant daquan
Platform: | Size: 14336 | Author: 白云 | Hits:

[CSharpVRP

Description: 经典的粒子群算法(PSO),通过迭代搜索更新产生更优良的下一代解。供大家参考学习-classical PSO (PSO), through iterative search update produce the next generation better solution. For your reference learning
Platform: | Size: 24576 | Author: 笑容 | Hits:

[Mathimatics-Numerical algorithms61185221164200791194591929675

Description: 蚁群算法的matlab源码,该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1-Ant colony algorithm matlab source code, the program attempts to have 31 cities to solve VRP, known optimal solution for the 784.1
Platform: | Size: 6144 | Author: 王艳艳 | Hits:

[Other65520754VRP

Description: 蚁群算法解决车辆最优路径问题,供大家学习交流用了!这个是很不错的代码,功能齐全!-Ant colony algorithm to solve the optimal vehicle routing problem, for we learn to use the! This is a very good code, a full-featured!
Platform: | Size: 106496 | Author: 刘勇 | Hits:

[Special Effectsyiqunsuanfa

Description: 实用的蚁群算法,程序试图对具有31个城市的VRP进行求解,简单实用-Ant colony algorithm practical, the program attempts to have 31 cities to solve the VRP, simple and practical
Platform: | Size: 6144 | Author: 刘柳 | Hits:

[Othervrproblem

Description: 解决vrp问题用蚁群算法,其中有出错误,还没找出来。-ant colony vrp
Platform: | Size: 2048 | Author: 王相互 | Hits:

[Mathimatics-Numerical algorithmsyqsfmatlab

Description: 强大的蚁群算法matlab程序源代码,可以迅速求解vrp等np难问题。-Ant colony algorithm matlab powerful source code, you can quickly solve the difficult problem of np such vrp.
Platform: | Size: 15360 | Author: 储育青 | Hits:

[DocumentsantcolonyalgorithmforVRP

Description: 蚁群算法解VRP问题 蚁群算法解VRP问题 蚁群算法解VRP问题 -the procedure of ant colony algorithm for VRP,used to solve the famous HP-hard problem: the VRP problem with the ant colony algorithm developed with matlab. It s not a felwell procedure, there are still some problems contained within this procidure.the procedure of ant colony algorithm for VRP,used to solve the famous HP-hard problem: the VRP problem with the ant colony algorithm developed with matlab. It s not a felwell procedure, there are still some problems contained within this procidure.the procedure of ant colony algorithm for VRP,used to solve the famous HP-hard problem: the VRP problem with the ant colony algorithm developed with matlab. It s not a felwell procedure, there are still some problems contained within this procidure.the procedure of ant colony algorithm for VRP,used to solve the famous HP-hard problem: the VRP problem with the ant colony algorithm developed with matlab. It s not a felwell procedure, there are still some problems contained within this procidure.the
Platform: | Size: 2048 | Author: Timson | Hits:

[Mathimatics-Numerical algorithmsmatlab

Description: VRP问题的蚁群算法源码,很经典,很实用-Ant colony algorithm VRP source problem, it is a classic, it is practical
Platform: | Size: 6144 | Author: 任树伟 | Hits:

[Mathimatics-Numerical algorithmsCpp

Description: VRP问题蚁群算法的c++源码,很具有代表性-VRP problem of the ant colony algorithm c++ source code, it is a representative
Platform: | Size: 11264 | Author: 任树伟 | Hits:

[matlabant-colony-matlab

Description: 求解VRP问题的新解法蚁群算法matlab程序-The new method for solving VRP problems ant colony algorithm matlab program
Platform: | Size: 2048 | Author: naiyu | Hits:

[Mathimatics-Numerical algorithmsVRP

Description: 这是一个有关蚁群求解vrp问题。需建立文件输入客户地址。-This is an issue of the ant colony to solve vrp.
Platform: | Size: 2302976 | Author: 唐瑞雪 | Hits:

[source in ebookVRP

Description: 31个城市的VRP进行蚁群算法求解的matlab源码-31 cities, ant colony algorithm for VRP to the matlab source code
Platform: | Size: 2048 | Author: 叶宏 | Hits:

[Data structsant-VRP

Description: C++实现的VRP算法,作为实例非常不错的-C++ implementation of the VRP algorithm, as a very good example
Platform: | Size: 464896 | Author: PP | Hits:

[MacOS developVRP

Description: Vehicle routing problem with ant colony
Platform: | Size: 2048 | Author: vikhsoolak | Hits:

[AI-NN-PRVRP

Description: 这是基于vc ++和车辆路径优化的蚁群算法,希望对大家有所帮助!-ant colony algorithm for VRP
Platform: | Size: 131072 | Author: hjwei | Hits:

[AI-NN-PRACO

Description: Ant Colony Optimization for VRP
Platform: | Size: 3072 | Author: Ashwin Balani | Hits:

[matlabvrp-ant

Description: 可以运行的多个蚁群算法,本人已经验证过,放心使用-You can run multiple ant colony algorithm, I have verified
Platform: | Size: 9216 | Author: 刘长石 | Hits:

[matlabvrp

Description: 应用蚁群算法,求解路径规划、路径选择、最优路径的VRP等问题。(Ant colony algorithm to solve VRP problem)
Platform: | Size: 2048 | Author: Grace-M | Hits:

[matlabvrp

Description: 假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。 可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。 目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that in a supply and demand relationship system, the vehicle picks up the goods from the source and delivers them to the corresponding distribution points. There is a maximum amount of cargo in the vehicle and there may be a time limit for delivery. It is necessary to arrange the picking time reasonably, organize the appropriate driving route, and satisfy the user's needs, and at the same time minimize a certain cost function, such as the minimum total working time and the shortest path. It can be seen that the TSP problem is a simple and special form of the VRP problem. Therefore, VRP is also an NP hard problem. At present, there are many ways to solve this kind of problem, mainly based on heuristic algorithms. Including annealing algorithm, genetic algorithm, ant colony algorithm, tabu algorithm, etc. This paper introduces two simple algorithms: C-W saving algorithm and genetic algorithm.)
Platform: | Size: 4096 | Author: HappyppaH | Hits:
« 12 3 4 »

CodeBus www.codebus.net